RE: [GENERAL] For data based web site, which RDBMS is better & wh y ?

Поиск
Список
Период
Сортировка
От Herouth Maoz
Тема RE: [GENERAL] For data based web site, which RDBMS is better & wh y ?
Дата
Msg-id l03130302b36d820976e7@[147.233.159.109]
обсуждение исходный текст
Ответ на RE: [GENERAL] For data based web site, which RDBMS is better & wh y ?  ("Jackson, DeJuan" <djackson@cpsgroup.com>)
Список pgsql-general
At 00:59 +0300 on 20/05/1999, Jackson, DeJuan wrote:


> The problem here is to find impartial comparisons.
> The question between MySQL and PostgreSQL usually come down to
>     Do I care most about speed?  - usually true for purely Web Apps.
> or
>     Do I need transaction and the other features PostgreSQL offers?  -
> which tends to only be true if you plan on using the database for things
> other than web development.

To be more exact, you have to ask yourself whether only one person will be
performing updates at a time. The lack of transactions for MySQL implies
lack of locks, and thus lack of support for concurrent updates.

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma



В списке pgsql-general по дате отправления:

Предыдущее
От: Herouth Maoz
Дата:
Сообщение: Re: [GENERAL] postgres getting slow
Следующее
От: Glen and Rosanne Eustace
Дата:
Сообщение: RE: [GENERAL] Keyed Tables